.left {
  width: 20.125rem;
  background: #e5e5e5
}
.left a {
  display: block;
}
.left  {
  margin-bottom: 0.625rem;
}
.left  .left-bot1 {
  height: 4.25rem;
  border-radius: 0.125rem;
  background: #F7F7FA;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.875rem;

}
.left .left-bot1 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left  .left-bot1 img {
  width: 1.5rem;
  height: 1.5rem;
}
.left  .left-bot1 .open {
  display: none;
}
.left  .left-bot1 .close {
  display: block;
}
.left .left1-3 {
  display: none;
}
.left  .left1 {
  display: block;
}
.left  .left1 {
  border-bottom: 1px dashed #D7D6DC;
  display: none;
}
.left .left1-1 {
  height: 4.25rem;
  border-radius: 0.125rem;
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.875rem;
  padding-right: 1rem;
  border-bottom: 1px dashed #D7D6DC;
  position: relative;

}
.left .left1-1 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    padding-right: 50px;
    padding-right: 0;

    width: 100%
}
.left  .left1 .left1-1:hover {
  background-color: #099d44;

}
.left  .left1 .active {
  background-color: #099d44;
  color: #fff;

}
.left  .left1 .left1-1:hover  a{
    color: #fff!important;
}
.left .left1-2 {
  display: none;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px dashed #D7D6DC;
  color: #666666;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 1.875rem;
  padding: 0 1rem 0 3rem;
  box-sizing: border-box;
  position: relative;
}
.left .left1-2:hover {
  /*color: #099d44;*/
    color: #fff;
  background:   #099d44;
}
.left .active .left1-1 {
/*  background: #4882b3;
  color: #fff;*/
  position: relative;
}
.left .active .left1-1::after{
    content: "";
    width: 3px;
    height: 16px;
    background-color: #099d44;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -8px;
}
.left .left1-1::before{
    content: "+";
    color: #cccccc;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
}
.left .active .left1-1::before{
    content: "-";
    color: #cccccc;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
}
.left .active1 {
  color: #fff;
  background:  #2C52B3;
}
.left .active .left1-2 {
  display: block;
}
.left .active .left1-2::after {
  content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 30px;
    top: 50%;
    margin-top: -5px;
}

.left  .left-bot1 {
  background: #2C52B3;
  color: #fff;
}
.left  .left-bot1 .close {
  display: none;
}
.left .left-bot1 .open {
  display: block;
}
.left  .left1 {
  display: block;
}
.left  .left1-3 {
  display: block;
}
#services1{
  display: flex;
  width: 62.5%;
  margin: 30px auto ;
}
.img-fluid {
   width: 100%;
}











@media (max-width: 1200px){
      #services1 {
        width: 90%;
    }
    .left {
    width: 30%;
    background: #e5e5e5;
}
}
@media (max-width: 600px){

    #services1 {
        width: 90%;
        height: auto;
        margin: 30px auto;
        flex-wrap: wrap;
    }
     #services1 .left{
        width: 100%;
    }
     #services1 .left .desc{
        width: 100%;
    }
     #services1 .left .tit {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .col-4 {
    width: 50%;
    max-width: 50%;
    flex: auto;
    }
}
.des{
  font-size: 14px;
  padding: 10px;

box-sizing: border-box;
}